.coupon-list {
  display: inline-block;
}
.coupon-list .price_deduction {
  display: inline-block;
  vertical-align: middle;
}
.coupon-list .price_deduction * {
  box-sizing: border-box;
}
.coupon-list .price_deduction:hover .coupon_list {
  transform: scaleY(1);
}
.coupon-list .price_deduction:hover .coupon .coupon_icon {
  transform: rotate(90deg) scale(0.72);
}
.coupon-list .price_deduction:hover .coupon-drop {
  transform: scale(1);
}
.coupon-list .price_deduction:hover .coupon2 .right i {
  transform: scale(0.72) rotate(90deg);
}
.coupon-list .price_deduction .coupon {
  display: flex;
  align-items: center;
  width: 150px;
  height: 30px;
  background: #ffffff;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 32px;
  cursor: pointer;
}
.coupon-list .price_deduction .coupon .coupon_body_null {
  color: #999999;
  font-size: 14px;
  display: none;
  white-space: nowrap;
  margin-right: 5px;
  display: block;
  line-height: 26px;
  border: 1px dashed #e1e1e1;
  padding: 0px 8px;
}
.coupon-list .price_deduction .coupon .coupon_icon-box {
  border: 1px dashed #e1e1e1;
  height: 28px;
  margin-left: -3px;
  padding-left: 5px;
  padding-right: 3px;
  line-height: 26px;
  border-radius: 2px;
}
.coupon-list .price_deduction .coupon .coupon_icon {
  font-size: 12px;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(0deg) scale(0.72);
  transition: all 0.3s;
}
.coupon-list .price_deduction .coupon_body {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  background-image: url('//bpic.588ku.com/special/all_vip_v2/230731/coupon241030.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 123px;
  height: 28px;
  padding-left: 3px;
  font-size: 12px;
  color: #333;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.coupon-list .price_deduction .coupon_body .coupon_text {
  margin-left: 10px;
  color: #FFEACC;
}
.coupon-list .price_deduction .coupon_body .coupon_price {
  display: flex;
  align-items: center;
  color: #fff;
  width: 46px;
  justify-content: center;
}
.coupon-list .price_deduction .coupon_body .coupon_price span {
  line-height: 20px;
  font-size: 12px;
  margin-right: 1px;
}
.coupon-list .price_deduction .coupon_body .coupon_price em {
  font-size: 17px;
  font-weight: bold;
  line-height: 20px;
}
.coupon-list .price_deduction .coupon_list {
  transition: all 0.3s;
  transform: scaleY(0);
  transform-origin: top;
  background-color: #fff;
  border: 1px dashed #E1E1E1;
  width: 430px;
  height: 162px;
  position: absolute;
  bottom: -161px;
  cursor: pointer;
}
.coupon-list .price_deduction .coupon_list .coupon_list_row {
  display: grid;
  grid-template-columns: 200px 80px 136px;
}
.coupon-list .price_deduction .coupon_list .coupon_list_row.active .checkbox:after {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #ed652b;
}
.coupon-list .price_deduction .coupon_list .coupon_list_row .row_title {
  font-size: 14px;
  color: #999;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
}
.coupon-list .price_deduction .coupon_list .coupon_list_row .val {
  display: flex;
  align-items: center;
}
.coupon-list .price_deduction .coupon_list .coupon_list_row .coupon_info {
  font-size: 12px;
  color: #222222;
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
}
.coupon-list .price_deduction .coupon_list .coupon_list_row .checkbox {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #ed652b;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  margin-left: 8px;
}
.coupon-list .price_deduction .coupon2 {
  display: flex;
  width: 180px;
}
.coupon-list .price_deduction .coupon2 .left {
  display: flex;
  align-items: center;
  width: 170px;
  height: 44px;
  background: url('//bpic.588ku.com/special/all_vip_v2/230731/coupon_l.png.png');
  background-size: 100%;
  font-size: 12px;
  cursor: pointer;
}
.coupon-list .price_deduction .coupon2 .left dl {
  width: 72px;
  text-align: center;
  color: #FD5618;
  line-height: 18px;
}
.coupon-list .price_deduction .coupon2 .left dl dt {
  font-size: 10px;
  font-weight: bold;
}
.coupon-list .price_deduction .coupon2 .left dl dt em {
  font-size: 18px;
}
.coupon-list .price_deduction .coupon2 .left > label {
  flex: 1;
  color: #A9760D;
  line-height: 16px;
  padding-left: 7px;
  cursor: pointer;
}
.coupon-list .price_deduction .coupon2 .right {
  width: 19px;
  border-radius: 2px;
  border: 1px dashed #DCDEE8;
  line-height: 38px;
  padding-left: 3px;
  margin-left: -3px;
}
.coupon-list .price_deduction .coupon2 .right i {
  font-size: 12px;
  color: #596080;
  transform: scale(0.72);
  transition: all 0.2s;
  display: inline-block;
}
.coupon-list .price_deduction .coupon-drop {
  position: absolute;
  width: 235px;
  background: #FFF;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 12px;
  transition: all 0.2s;
  transform-origin: left top;
  transform: scale(0);
  padding-right: 6px;
  z-index: 9;
}
.coupon-list .price_deduction .coupon-drop h2 {
  font-size: 12px;
  color: #4C4B51;
  font-weight: normal;
  line-height: 18px;
  padding-bottom: 8px;
}
.coupon-list .price_deduction .coupon-drop ul {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 12px;
  max-height: 236px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 6px;
}
.coupon-list .price_deduction .coupon-drop ul::-webkit-scrollbar {
  width: 3px;
}
.coupon-list .price_deduction .coupon-drop ul::-webkit-scrollbar-thumb {
  background: #E0E3E9;
  border-radius: 2px;
}
.coupon-list .price_deduction .coupon-drop ul li {
  height: 50px;
  border: 1px solid #E0E3E9;
  position: relative;
  display: flex;
  align-items: center;
  font-size: 12px;
  border-radius: 5px;
  cursor: pointer;
}
.coupon-list .price_deduction .coupon-drop ul li::before,
.coupon-list .price_deduction .coupon-drop ul li::after {
  content: '';
  position: absolute;
  width: 12px;
  height: 6px;
  border: 1px solid #E0E3E9;
  left: 50px;
  top: 43px;
  border-radius: 6px 6px 0 0;
  border-bottom: 0;
  background: #fff;
  box-sizing: border-box;
}
.coupon-list .price_deduction .coupon-drop ul li::before {
  top: -1px;
  transform: rotate(180deg);
}
.coupon-list .price_deduction .coupon-drop ul li:hover {
  border-color: #FD5618;
}
.coupon-list .price_deduction .coupon-drop ul li:hover::before,
.coupon-list .price_deduction .coupon-drop ul li:hover::after {
  border-color: #FD5618;
}
.coupon-list .price_deduction .coupon-drop ul li.active {
  border-color: #FD5618;
}
.coupon-list .price_deduction .coupon-drop ul li.active::before,
.coupon-list .price_deduction .coupon-drop ul li.active::after {
  border-color: #FD5618;
}
.coupon-list .price_deduction .coupon-drop ul li.active > i {
  display: block;
}
.coupon-list .price_deduction .coupon-drop ul li b {
  color: #FD5618;
  padding-left: 5px;
  width: 64px;
}
.coupon-list .price_deduction .coupon-drop ul li b em {
  font-size: 20px;
}
.coupon-list .price_deduction .coupon-drop ul li dl {
  line-height: 16px;
  color: #262626;
  white-space: nowrap;
}
.coupon-list .price_deduction .coupon-drop ul li dl dt {
  overflow: hidden;
  max-width: 142px;
  text-overflow: ellipsis;
}
.coupon-list .price_deduction .coupon-drop ul li dl dd {
  color: #262626;
  opacity: 0.5;
}
.coupon-list .price_deduction .coupon-drop ul li > i {
  position: absolute;
  width: 21px;
  height: 21px;
  background: url(//bpic.588ku.com/special/all_vip_v2/active_icon.svg);
  background-size: 100% 100%;
  right: -1px;
  bottom: -1px;
  display: none;
}
/*# sourceMappingURL=./coupon.css.map */